home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Examples / DistributedObjects / RemoteVote / English.lproj / RemoteVote.nib / data.classes next >
Encoding:
Text File  |  1995-02-10  |  311 b   |  25 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. VoteTally = {
  7.     ACTIONS = {
  8.     resetAll:;
  9.     resetLocal:;
  10.     appDidInit:;
  11.     addClient:;
  12.     takeVoteFrom:;
  13.     };
  14.     OUTLETS = {
  15.     clientList;
  16.     means;
  17.     remoteHub;
  18.     ourServer;
  19.     scrollers;
  20.     numVoting;
  21.     clearAllMenu;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25.